home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / stacks < prev    next >
Text File  |  1991-04-23  |  687b  |  22 lines

  1.                                    STACKS
  2.                   Supports the dynamic use of data stacks
  3.                            See also <CONFIG.SYS>
  4.  
  5. COMMAND TYPE: System configuration      VERSION: 4.0 and up
  6.  
  7. USE: STACKS=n,s
  8.  
  9. n   number of stacks (0-64)
  10. s   size of each stack (0-512) in bytes
  11.  
  12. When there is a hardware interrupt, MSDOS can switch stacks and allocate a
  13. new one from the number specified in the STACKS command.  If STACKS=0,0 is
  14. specified, no stack switching occurs at interrupt time.
  15.  
  16. DEFAULTS:
  17.    IBM PC/XT/PC-portable    0,0
  18.    IBM AT and PS/2 family   9,128
  19.  
  20. NOTE: This command should be placed in <CONFIG.SYS> and is not a normal DOS
  21. command.
  22.